GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-06T00:51:41.118209+00:00",
"SubmitDate": "2026-02-06T00:51:41.118209+00:00",
"ReportPeriodStart": "2026-02-06T00:51:41.118209+00:00",
"ReportPeriodEnd": "2026-02-06T00:51:41.118209+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e74021a5-9168-471e-a93e-cdf86726e94f",
"Rows": [
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e74021a5-9168-471e-a93e-cdf86726e94f",
"Rows": [
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a33e829-a21f-4f8e-b96c-307153eca319",
"e32634bc-6b20-408b-b432-42cb6522b889"
],
"Approvers": [
"bceae0b3-d3d9-4701-9439-0843e0365cb1",
"b9111714-b522-4713-b484-3a6e45f7f4be"
],
"ApprovedBy": "13fe160c-8861-42d4-8b98-123267bbd57d",
"ApprovalDate": "2026-02-06T00:51:41.118209+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51254207-2070-4301-bb77-4f9b6a6e98d8",
"id": "49af2ddd-ef1e-409f-a1ab-ec71378ea8b7",
"ConfigId": "55668f22-3f2e-4fcb-8a82-f4140ce62c6a"
},
{
"GenerationDate": "2026-02-06T00:51:41.118209+00:00",
"SubmitDate": "2026-02-06T00:51:41.118209+00:00",
"ReportPeriodStart": "2026-02-06T00:51:41.118209+00:00",
"ReportPeriodEnd": "2026-02-06T00:51:41.118209+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e74021a5-9168-471e-a93e-cdf86726e94f",
"Rows": [
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e74021a5-9168-471e-a93e-cdf86726e94f",
"Rows": [
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4af4510a-cb10-4955-af0c-787cd4e8fee2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a33e829-a21f-4f8e-b96c-307153eca319",
"e32634bc-6b20-408b-b432-42cb6522b889"
],
"Approvers": [
"bceae0b3-d3d9-4701-9439-0843e0365cb1",
"b9111714-b522-4713-b484-3a6e45f7f4be"
],
"ApprovedBy": "13fe160c-8861-42d4-8b98-123267bbd57d",
"ApprovalDate": "2026-02-06T00:51:41.118209+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51254207-2070-4301-bb77-4f9b6a6e98d8",
"id": "49af2ddd-ef1e-409f-a1ab-ec71378ea8b7",
"ConfigId": "55668f22-3f2e-4fcb-8a82-f4140ce62c6a"
}
]